toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]BeforeFormRepostCallback
/
Action
Action
public
final
class
Action
extends
AsyncCallbackAction
<
R
>
An action providing a response to the
BeforeFormRepostCallback
.
Members
Constructors
Before
Form
Repost
Callback.
Action
Link copied to clipboard
public
void
BeforeFormRepostCallback.Action
(
Consumer
<
BeforeFormRepost.Response
>
consumer
)
Functions
cancel
Link copied to clipboard
public
void
cancel
(
)
Notifies the browser that the page reloading must be canceled.
is
Closed
Link copied to clipboard
public
final
boolean
isClosed
(
)
Returns
true
if this action is closed.
repost
Link copied to clipboard
public
void
repost
(
)
Notifies the browser that resubmitting POST data is allowed.